home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000125_dold@02.usenet.us.com_Fri May 11 09:40:33 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  56 lines

  1. Article: 12415 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!news.verio.net!nntp.frontiernet.net!nntp.gblx.net!feeder.via.net!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!jfk3-feed1.news.digex.net!sfo2-feed1.news.digex.net!intermedia!feedwest.news.agis.net!us.telia.net!news.mainstreet.net!bug.rahul.net!samba.rahul.net!rahul.net!a2i!dold.a2i!dold
  3. From: dold@02.usenet.us.com
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Too many files for 'synchron.ksc'
  6. Date: 11 May 2001 00:36:24 GMT
  7. Organization: Wintercreek Data
  8. Lines: 39
  9. Message-ID: <9dfc68$7k7$1@samba.rahul.net>
  10. References: <9dckn1$kgi$1@samba.rahul.net> <9dcl32$kik$1@samba.rahul.net> <9dclmf$qa5$1@newsmaster.cc.columbia.edu> <9dct85$m3u$1@samba.rahul.net> <9dd0eo$4dg$1@newsmaster.cc.columbia.edu>
  11. NNTP-Posting-Host: yellow.rahul.net
  12. NNTP-Posting-User: dold
  13. User-Agent: tin/1.4.2-20000205 ("Possession") (UNIX) (FreeBSD/3.5-STABLE (i386))
  14. X-Comment: Encoded From: line allows replies that preserve original subject
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12415
  16.  
  17. : In article <9dct85$m3u$1@samba.rahul.net>,  <dold@02.usenet.us.com> wrote:
  18. : : In the particular test case that I tried, there are 30 files/directories
  19. : : at the top level, but there are 19135 overall.
  20.  
  21. Jeffrey Altman <jaltman@watsun.cc.columbia.edu> wrote:
  22. : Can you send use a debug.log to kermit-support@columbia.edu ?
  23. : I don't see why you should be having a problem with the values you 
  24. : describe below.
  25.  
  26. log debug... Wonderful thing.
  27.  
  28.     addresult OUT OF SPACE[foundation ...
  29.  
  30. #ifdef BIGBUFOK
  31. #define SSPACE 500000
  32. "ckufio.c" line 810 of 7759 --10%--
  33.  
  34. I shortened the name of one directory, reducing the total path name
  35. of all of the files below it.  This moved the failure to file 4107
  36. from 3946, but still ~500000 total file named characters.
  37. Catching just the successful file names logged:
  38.     3946    3946  499887 file.ADD
  39.     4107    4107  500000 file_V.ADD
  40.  
  41. I changed the 500k to 5m, and the recursive copy succeeds.
  42. I might have put a realloc instead of a failure, but there are dire
  43. warnings about changing the code in the source ;-0
  44.  
  45. I suppose I could do the top level recursion separately, and call the
  46. script for the subdirectories.  If I do that, though, I still want to
  47. reverse the "source" and "destination", so I can "pull" files as super
  48. user.  We don't allow root user logins from the net.
  49.  
  50. Would IKSD have this same SSPACE usage?
  51.  
  52. -- 
  53. ---
  54. Clarence A Dold - dold@email.rahul.net
  55.                 - San Jose & Pope Valley (Napa County) CA.
  56.